home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_139.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  3.0 KB  |  97 lines

  1. ¬†      Graphic 
  2.  
  3. Inherits from:     Click Item     
  4.  
  5.  
  6. _____________________________________________________
  7. ¬†                 name  *201*
  8.  
  9. Type:  string 
  10. Description:    Used by the primitive find-item to find a ¬´Graphic¬ª by name. 
  11.  
  12.  
  13. _____________________________________________________
  14. ¬†                 owner  *201*
  15.  
  16. Type:  Window 
  17. Constraints:    Not settable.    
  18. Description:  If ¬´Graphic¬ª is a member of item list of an active ¬´Window¬ª, then the value of this attribute is that ¬´Window¬ª; otherwise it is NULL.    
  19.  
  20.  
  21. _____________________________________________________
  22. ¬†                 active?  *201*
  23.  
  24. Type:  boolean    
  25. Constraints:    Not settable on default.    
  26. Description:     ¬´Graphic¬ª responds to clicks only if the value of this attribute is TRUE.    
  27.  
  28.  
  29. _____________________________________________________
  30. ¬†                 visible?  *201*
  31.  
  32. Type:  boolean    
  33. Description:  ¬´Graphic¬ª is displayed in the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  34. Side effects:    Setting causes ¬´Graphic¬ª to be redrawn in the owning ¬´Window¬ª.     
  35.  
  36.  
  37. _____________________________________________________
  38. ¬†                  move?  *202*
  39.  
  40. Type:  boolean    
  41. Description:     The location of ¬´Graphic¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  42.  
  43.  
  44. _____________________________________________________
  45. ¬†                  grow?   *202*
  46.  
  47. Type:  boolean    
  48. Description:     The size of ¬´Graphic¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  49.  
  50.  
  51. _____________________________________________________
  52. ¬†                  location   *202*
  53.  
  54. Type:  Point    
  55. Description:    The location of the upper left corner of ¬´Graphic¬ª in the owning ¬´Window¬ª.    
  56. Side effects:    Setting causes ¬´Graphic¬ª to be redrawn.    
  57.  
  58.  
  59. _____________________________________________________
  60. ¬†                  size   *202*
  61.  
  62. Type:  Point    
  63. Description:    Offset of lower right corner of ¬´Graphic¬ª from upper left corner.    
  64. Side effects:    Setting causes ¬´Graphic¬ª to be redrawn.    
  65.  
  66.  
  67. _____________________________________________________
  68. ¬†                  balloon   *202*
  69. Type:     list 
  70. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  71.  
  72.  
  73. _____________________________________________________
  74. ¬†                  click method   *203*
  75.  
  76. Type:     string 
  77. Description: The name of the method called when a click occurs on the ¬´Graphic¬ª. ¬´Graphic¬ª responds to clicks only if the value is a nonempty string.    
  78. Method inputs:     <owning ¬´Window¬ª>, ¬´Graphic¬ª, <EventRecord of click> 
  79.  
  80.  
  81. _____________________________________________________
  82. ¬†                   rsrc record   *203*
  83.  
  84. Type:  ABlock@@    
  85. Constraints:    Not settable.    
  86. Description:  Graphic resource.    
  87.  
  88.  
  89. _____________________________________________________
  90. ¬†                  rsrc number   *203*
  91.  
  92. Type:  Integer 
  93. Description: The ID number of the resource in the resource fork of the file.    
  94. Side effects:    Setting causes ¬´Graphic¬ª to be redrawn.    
  95.  
  96.  
  97.